pv-on-hvm: Correct the order of the argument of out*()
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Jan 2010 07:10:28 +0000 (07:10 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 29 Jan 2010 07:10:28 +0000 (07:10 +0000)
commit6b8e764c0f707ee9596b10a3dcd883ef76618c15
tree92278c62e5608f559b692cfac937916b78067d8c
parentb5ae6dbc896dcceb4fdaa4c941ade09668ec9236
pv-on-hvm: Correct the order of the argument of out*()

The order of the argument of outl() is wrong.
The correct order is outl(value, port). This causes kernel panic.

And outw() is also similar.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
unmodified_drivers/linux-2.6/platform-pci/platform-pci.c